SftTabs/NET 6.0

OnInsertComplete Method, TabCollectionClass Class

Softel vdm, Inc.

Performs additional custom processing after inserting a new tab into the TabCollectionClass instance.

Syntax      TabCollectionClass Class (Softelvdm.SftTabsNET)

VB   

Protected Overrides Sub OnInsertComplete( _
     ByVal index As Integer, _
     ByVal value As Object )

C#   

protected override void OnInsertComplete(
     int index,
     object value );

C++   

protected: virtual void OnInsertComplete(
     int index,
     Object^ value );

index

The zero-based index of the tab just inserted.

value

The tab just inserted.

Comments

The OnInsertComplete method performs additional custom processing after inserting a new tab into the TabCollectionClass instance.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com